|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRunnableWithProgress | |
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.jface.dialogs | Provides support for dialogs. |
org.eclipse.jface.operation | Provides JFace support for long-running operations. |
org.eclipse.jface.window | Provides a general framework for creating and managing windows. |
org.eclipse.jface.wizard | Provides a framework for wizards. |
org.eclipse.search.ui | Provides classes and interfaces for search pages. |
org.eclipse.ui.actions | Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text | Provides a standard text editor and a file-based document provider. |
org.eclipse.ui.progress | |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.wizards.datatransfer | Provides the standard Import and Export wizards for moving resources into and out of the workspace. |
Uses of IRunnableWithProgress in org.eclipse.compare |
Classes in org.eclipse.compare that implement IRunnableWithProgress | |
class |
CompareEditorInput
A compare operation which can present its results in a special editor. |
Uses of IRunnableWithProgress in org.eclipse.jface.dialogs |
Methods in org.eclipse.jface.dialogs with parameters of type IRunnableWithProgress | |
void |
ProgressMonitorDialog.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
|
Uses of IRunnableWithProgress in org.eclipse.jface.operation |
Methods in org.eclipse.jface.operation with parameters of type IRunnableWithProgress | |
static void |
ModalContext.run(IRunnableWithProgress operation,
boolean fork,
IProgressMonitor monitor,
Display display)
Runs the given runnable in a modal context, passing it a progress monitor. |
void |
IRunnableContext.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
Runs the given IRunnableWithProgress in this context. |
Uses of IRunnableWithProgress in org.eclipse.jface.window |
Methods in org.eclipse.jface.window with parameters of type IRunnableWithProgress | |
void |
ApplicationWindow.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
|
Uses of IRunnableWithProgress in org.eclipse.jface.wizard |
Methods in org.eclipse.jface.wizard with parameters of type IRunnableWithProgress | |
void |
WizardDialog.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
|
Uses of IRunnableWithProgress in org.eclipse.search.ui |
Methods in org.eclipse.search.ui with parameters of type IRunnableWithProgress | |
void |
ISearchResultView.searchStarted(IActionGroupFactory groupFactory,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
String pageId,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Informs the view that a search has started. |
void |
ISearchResultView.searchStarted(String pageId,
String label,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20011107, replaced by the new version with additonal parameter |
void |
ISearchResultView.searchStarted(String pageId,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20020514, replaced by the new version which provides an action group factory |
Uses of IRunnableWithProgress in org.eclipse.ui.actions |
Classes in org.eclipse.ui.actions that implement IRunnableWithProgress | |
class |
WorkspaceModifyDelegatingOperation
An operation which delegates its work to a runnable that modifies the workspace. |
class |
WorkspaceModifyOperation
An operation which potentially makes changes to the workspace. |
Constructors in org.eclipse.ui.actions with parameters of type IRunnableWithProgress | |
WorkspaceModifyDelegatingOperation(IRunnableWithProgress content,
ISchedulingRule rule)
Creates a new operation which will delegate its work to the given runnable using the provided scheduling rule. |
|
WorkspaceModifyDelegatingOperation(IRunnableWithProgress content)
Creates a new operation which will delegate its work to the given runnable. |
Uses of IRunnableWithProgress in org.eclipse.ui.editors.text |
Classes in org.eclipse.ui.editors.text that implement IRunnableWithProgress | |
protected static class |
TextFileDocumentProvider.DocumentProviderOperation
Opertion created by the document provider and to be executed by the providers runnable context. |
Methods in org.eclipse.ui.editors.text with parameters of type IRunnableWithProgress | |
void |
WorkspaceOperationRunner.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
|
void |
WorkspaceOperationRunner.run(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable,
ISchedulingRule schedulingRule)
|
Uses of IRunnableWithProgress in org.eclipse.ui.progress |
Methods in org.eclipse.ui.progress with parameters of type IRunnableWithProgress | |
void |
IProgressService.busyCursorWhile(IRunnableWithProgress runnable)
Set the cursor to busy and run runnable within the UI Thread. |
Uses of IRunnableWithProgress in org.eclipse.ui.texteditor |
Classes in org.eclipse.ui.texteditor that implement IRunnableWithProgress | |
protected static class |
AbstractDocumentProvider.DocumentProviderOperation
Opertion created by the document provider and to be executed by the providers runnable context. |
Uses of IRunnableWithProgress in org.eclipse.ui.wizards.datatransfer |
Classes in org.eclipse.ui.wizards.datatransfer that implement IRunnableWithProgress | |
class |
ImportOperation
An operation which does the actual work of copying objects from the local file system into the workspace. |
class |
PopulateRootOperation
The PopulateFilesOperation is an operation used to populate a FileSystemElement one level deep rather than the whole way. |
class |
SelectFilesOperation
Operation responsible for traversing a specified file system position recursively and building - a tree that represents the container structure - a collection containing all files meeting a specified extension criteria This is implemented as an Operation in order to provide an escape to the user (the Cancel button) if the operation drags on for too long |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |